/* 选择学校 */
.content_sc{
    max-width: 1196px;
    margin: auto;
    margin-top: 40px;
    background-color: #fff;
    padding-bottom: 1px;
}
.content_sc .content_content{
    max-width: 1100px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 1px;
}
.content_sc .content_content .content_wish{
    /* margin-top: 50px; */
    margin-bottom: 50px;
}

.wish_index{
    float: left;
    font-size: 40px;
    height: 44px;
    width: 30px;
    line-height: 44px;
    text-align: left;
    font-weight:bolder;
    position: relative;
    background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-style: oblique;
    margin-right: 14px;
}
.wish_title{
    font-size: 31px;
    float: left;
    font-weight: bold;
    color: #0A7EF0;
}
.content_sc .content_content .content_wish .wish_name1{
    color: #333;
    font-size: 26px;
    float: right;
    height: 44px;
    line-height: 44px;
    padding-right: 20px;
    background:url(../image/right3.svg) right 50% no-repeat;
}
.content_sc .content_content .content_wish .wish_name3{
    color: #F3A172;
    font-size: 26px;
    float: right;
    height: 44px;
    line-height: 44px;
    padding-right: 20px;
    background:url(../image/right4.svg) right 50% no-repeat;
}
.content_sc .content_content .content_wish .wish_name2{
    color: #31C5C7;
    font-size: 26px;
    float: right;
    height: 44px;
    line-height: 44px;
    padding-right: 20px;
    background:url(../image/right2.svg) right 50% no-repeat;
}
.he{
    width: 100%;
    height: 56px;
}
.confirm{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 199px;
}
.confirm .back{
    display: inline-block;
    width: 226px;
    height: 68px;
    line-height: 68px;
    background-color: #F3A172;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    margin-right: 40px;
}
.confirm .sure{
    display: inline-block;
    width: 226px;
    height: 68px;
    line-height: 68px;
    background-color: #67CCCE;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
}
.u_d{
    display: none;
    width: 80%;
    margin: auto;
    text-align: center;
    position: fixed;
    bottom: 80px;
}
.u_d .back2{
    float: left;
    width: 40%;
    background-color: #F3A172;
    margin-right: 20%;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
}
.u_d .btnCancel{
    float: left;
    width: 40%;
    background-color: #F3A172;
    margin-right: 20%;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
}
.u_d .sure2{
    float: left;
    width: 40%;
    background-color: #67CCCE;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;

}
.u_d .btnSubmit{
    float: left;
    width: 40%;
    background-color: #67CCCE;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;

}
/*弹窗*/
.tc{
    /*width: 505px;*/
    /*height: 386px;*/
    background-color: #fff;
}
.tc_content{
    width: 90%;
    margin: auto;
    text-align: center;
}
.tc_title{
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #151515;
    font-size: 24px;

}
.tc_school{
    width: 100%;
    background-color: #F4F4F4;
}
.tc_content_wish{
    margin-bottom: 25px;
}
.tc_wish_index{
    float: left;
    font-size: 24px;
    height: 33px;
    width: 30px;
    line-height: 33px;
    text-align: left;
    font-weight:bolder;
    position: relative;
    background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-style: oblique;
    margin-right: 8px;
    margin-left: 10px;
}
.tc_wish_title{
    font-size: 24px;
    float: left;
    font-weight: bold;
    color: #0A7EF0;
}
.tc_wish_name{
    color: #333;
    font-size: 20px;
    float: right;
    height: 33px;
    line-height: 33px;
    padding-right: 20px;

}
.tc_confirm{
    width: 80%;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.tc_sure{
    float: left;
    width: 40%;
    margin-right: 20%;
    background-color: #F3A172;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 8px;
    font-size: 20px;
}
.tc_cancel{
    float: left;
    width: 40%;
    background-color: #67CCCE;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 8px;
    font-size: 20px;
}
@media (max-width: 1200px) {
    .content_sc{
        width: 80%;
        margin: auto;
        margin-top: 40px;
        background-color: #fff;
        padding-bottom: 1px;
    }
    .content_sc .content_content{
        width: 90%;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 1px;
    }
    .wish_index{
        float: left;
        font-size: 26px;
        height: 44px;
        width: 30px;
        line-height: 44px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 10px;
    }
    .wish_title{
        font-size: 26px;
        height: 44px;
        line-height: 44px;
        float: left;
        font-weight: bold;
        color: #0A7EF0;
    }
    .content_sc .content_content .content_wish .wish_name1{
        color: #333;
        font-size: 22px;
        float: right;
        height: 44px;
        line-height: 44px;
        padding-right: 20px;
        background:url(../image/right3.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name3{
        color: #F3A172;
        font-size: 22px;
        float: right;
        height: 44px;
        line-height: 44px;
        padding-right: 20px;
        background:url(../image/right4.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name2{
        color: #31C5C7;
        font-size: 22px;
        float: right;
        height: 44px;
        line-height: 44px;
        padding-right: 20px;
        background:url(../image/right2.svg) right 56% no-repeat;
    }
    .he{
        display: none;
    }

    .u_d{
    display: none;
        /*display: block;*/

    }
    .u_d .back2{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .btnCancel{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .sure2{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        border-radius: 8px;

    }
    .u_d .btnSubmit{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        border-radius: 8px;

    }
}
@media(max-width: 768px){
    .wish_index{
        float: left;
        font-size: 22px;
        height: 35px;
        width: 25px;
        line-height: 35px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 8px;
    }
    .confirm {
        /* display: none; */
        width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 199px;
        display: flex;
    }
    .confirm .back {
        display: inline-block;
        width: 48%;
        height: 52px;
        line-height: 52px;
        background-color: #F3A172;
        color: #fff;
        border-radius: 10px;
        font-size: 20px;
        margin-right: 40px;
    }
    .confirm .sure {
        display: inline-block;
        width: 48%;
        height: 52px;
        line-height: 52px;
        background-color: #67CCCE;
        color: #fff;
        border-radius: 10px;
        font-size: 20px;
    }
    .wish_title{
        font-size: 22px;
        height: 35px;
        line-height: 35px;
        float: left;
        font-weight: bold;
        color: #0A7EF0;
    }
    .content_sc .content_content .content_wish .wish_name1{
        color: #333;
        font-size: 18px;
        float: right;
        height: 35px;
        line-height: 35px;
        padding-right: 20px;
        background:url(../image/right3.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name3{
        color: #F3A172;
        font-size: 18px;
        float: right;
        height: 35px;
        line-height: 35px;
        padding-right: 20px;
        background:url(../image/right4.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name2{
        color: #31C5C7;
        font-size: 18px;
        float: right;
        height: 35px;
        line-height: 35px;
        padding-right: 20px;
        background:url(../image/right2.svg) right 56% no-repeat;
    }


    .u_d .back2{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .btnCancel{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .sure2{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;

    }
    .u_d .btnSubmit{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;

    }
    .tc_title{
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
        color: #151515;
        font-size: 24px;

    }
    .tc_school{
        width: 100%;
        background-color: #F4F4F4;
        padding-top: 20px;
        padding-bottom: 1px;
    }
    .tc_content_wish{
        margin-bottom: 20px;
    }
    .tc_wish_index{
        float: left;
        font-size: 22px;
        height: 33px;
        width: 30px;
        line-height: 33px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 8px;
        margin-left: 10px;
    }
    .tc_wish_title{
        font-size: 22px;
        float: left;
        font-weight: bold;
        color: #0A7EF0;
    }
    .tc_wish_name{
        color: #333;
        font-size: 18px;
        float: right;
        height: 33px;
        line-height: 33px;
        padding-right: 20px;

    }
    .tc_sure{
        float: left;
        width: 40%;
        margin-right: 20%;
        background-color: #F3A172;
        color: #fff;
        text-align: center;
        height: 55px;
        line-height: 55px;
        border-radius: 8px;
        font-size: 18px;
    }
    .tc_cancel{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        color: #fff;
        text-align: center;
        height: 55px;
        line-height: 55px;
        border-radius: 8px;
        font-size: 18px;
    }
}
@media (max-width: 540px) {
    .wish_index {
        float: left;
        font-size: 18px;
        height: 30px;
        width: 20px;
        line-height: 30px;
        text-align: left;
        font-weight: bolder;
        position: relative;
        background-image: -webkit-linear-gradient(bottom, #49BCFF, #0276EE);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-style: oblique;
        margin-right: 8px;
    }

    .wish_title {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        float: left;
        font-weight: bold;
        color: #0A7EF0;
    }

    .content_sc .content_content .content_wish .wish_name1 {
        color: #333;
        font-size: 16px;
        float: right;
        height: 30px;
        line-height: 30px;
        padding-right: 18px;
        background: url(../image/right3.svg) right 56% no-repeat;
    }

    .content_sc .content_content .content_wish .wish_name3 {
        color: #F3A172;
        font-size: 16px;
        float: right;
        height: 30px;
        line-height: 30px;
        padding-right: 18px;
        background: url(../image/right4.svg) right 56% no-repeat;
    }

    .content_sc .content_content .content_wish .wish_name2 {
        color: #31C5C7;
        font-size: 16px;
        float: right;
        height: 30px;
        line-height: 30px;
        padding-right: 18px;
        background: url(../image/right2.svg) right 56% no-repeat;
    }
    .tc_title{
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
        color: #151515;
        font-size: 20px;

    }
    .tc_school{
        width: 100%;
        background-color: #F4F4F4;
    }
    .tc_content_wish{
        margin-bottom: 25px;
    }
    .tc_wish_index{
        float: left;
        font-size: 18px;
        height: 30px;
        width: 20px;
        line-height: 30px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 8px;
        margin-left: 10px;
    }
    .tc_wish_title{
        font-size: 18px;
        float: left;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #0A7EF0;
    }
    .tc_wish_name{
        color: #333;
        font-size: 16px;
        float: right;
        height: 30px;
        line-height: 30px;
        padding-right: 20px;

    }

}
@media (max-width: 460px) {
    .content_sc .content_content .content_wish{
        /* margin-top: 50px; */
        margin-bottom: 30px;
    }
    .wish_index{
        float: left;
        font-size: 15px;
        height: 25px;
        width: 18px;
        line-height: 25px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 5px;
    }
    .wish_title{
        font-size: 18px;
        height: 25px;
        line-height: 25px;
        float: left;
        font-weight: bold;
        color: #0A7EF0;
    }
    .content_sc .content_content .content_wish .wish_name1{
        color: #333;
        font-size: 13px;
        float: right;
        height: 25px;
        line-height: 25px;
        padding-right: 14px;
        background:url(../image/right3.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name3{
        color: #F3A172;
        font-size: 13px;
        float: right;
        height: 25px;
        line-height: 25px;
        padding-right: 14px;
        background:url(../image/right4.svg) right 56% no-repeat;
    }
    .content_sc .content_content .content_wish .wish_name2{
        color: #31C5C7;
        font-size: 13px;
        float: right;
        height: 25px;
        line-height: 25px;
        padding-right: 14px;
        background:url(../image/right2.svg) right 56% no-repeat;
    }
    .u_d{
    display: none;
        bottom: 150px;
    }
    .u_d .back2{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .btnCancel{
        float: left;
        width: 40%;
        background-color: #F3A172;
        margin-right: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;
    }
    .u_d .sure2{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;

    }
    .u_d .btnSubmit{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;

    }
    .tc_title{
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
        color: #151515;
        font-size: 20px;

    }
    .tc_school{
        width: 100%;
        background-color: #F4F4F4;
    }
    .tc_content_wish{
        margin-bottom: 25px;
    }
    .tc_wish_index{
        float: left;
        font-size: 15px;
        height: 25px;
        width: 18px;
        line-height: 25px;
        text-align: left;
        font-weight:bolder;
        position: relative;
        background-image:-webkit-linear-gradient(bottom,#49BCFF,#0276EE);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        font-style: oblique;
        margin-right: 8px;
        margin-left: 10px;
    }
    .tc_wish_title{
        font-size: 15px;
        float: left;
        height: 25px;
        font-weight: bold;
        line-height: 25px;
        color: #0A7EF0;
    }
    .tc_wish_name{
        color: #333;
        font-size: 13px;
        float: right;
        height: 30px;
        line-height: 30px;
        padding-right: 20px;

    }
    .tc_sure{
        float: left;
        width: 40%;
        margin-right: 20%;
        background-color: #F3A172;
        color: #fff;
        text-align: center;
        height: 55px;
        line-height: 55px;
        border-radius: 8px;
        font-size: 14px;
    }
    .tc_cancel{
        float: left;
        width: 40%;
        background-color: #67CCCE;
        color: #fff;
        text-align: center;
        height: 55px;
        line-height: 55px;
        border-radius: 8px;
        font-size: 14px;
    }
}


/* 志愿选择 */
.wish_content_wish{
    max-width: 1196px;
    margin: auto;
    background: #fff;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wish_content_wish .wish_content_title{
    max-width: 1100px;
    margin: auto;
}
.wish_content_wish .wish_content_all{
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
}
.wish_content_wish .wish_content_all .wish_content_sc{
    padding-bottom: 50px;
}
.wish_content_wish .wish_content_all .wish_content_sc .sc_jj{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.wish_content_wish .wish_content_all .wish_content_sc .sc_jj .jj_title{
    float: left;
    color: #333;
    font-size: 30px;

}
.wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1{
    float: right;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    background: #31C5C7;
    border-radius: 100%;
    cursor: pointer;
}
.wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1 img{
    margin-top: 6px;
    margin-left: 6px;
}

.wish_content_wish .wish_content_all .wish_content_sc .wish_js{
    margin-top: 20px;
    line-height: 28px;
    color: #888888;
    font-size: 18px;

}
.wish_content_wish .wish_content_all .wish_content_sc .wish_js p{
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.wish_content_wish .wish_content_all .wish_content_sc .wish_js p .ck_xq{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 6px;
}
.wish_content_wish .wish_content_all .wish_content_sc .wish_js p span{
    color: #F3A172;
    margin-left: 20px;
    cursor: pointer;
    /* font-size: 18px; */

}
.wish_confirm{
    display: none;
    width: 90%;
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: 60px;
}
.wish_confirm_sy{
    width: 104px;
    height: 104px;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 0px;
    border-radius: 100%;
    background-color: #F3A172;

}
.wish_confirm_sy .sy_index{
    color: #fff;
    font-size: 20px;
}
.wish_confirm_sy img{
    margin-top: 10px;
}
.wish_confirm_sure{
    width: 50%;
    margin: auto;
    height: 68px;
    line-height: 68px;
    color: #fff;
    font-size: 26px;
    background-color: #67CCCE;
    border-radius: 8px;
;
}
.zwxx{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.zwxx img{
    margin-bottom: 50px;

}
.zwxx .zwxx_tip{
    color: #333;
    font-size: 26px;
}
.zwxx_fh{

    width: 50%;
    margin: auto;
    margin-top: 50px;
    height: 68px;
    line-height: 68px;
    background-color: #F3A172;
    color: #fff;
    font-size: 26px;
}
@media (max-width: 1200px) {
    .wish_content_wish{
        width: 90%;
        margin: auto;
        background-color:transparent;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wish_content_wish .wish_content_title{
        width: 90%;
        margin: auto;
    }
    .wish_content_wish .wish_content_all{


        margin-top: 30px;
    }
    .wish_content_wish .wish_content_all .wish_content_sc{
        width: 90%;
        margin: auto;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 40px;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .jj_title{
        float: left;
        color: #333;
        font-size: 26px;

    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj{
        padding-bottom: 20px;
        width: 90%;
        margin: auto;
        border-bottom: 1px solid #ccc;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1{
        position: absolute;
        top: -18px;
        right: -18px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        background: #31C5C7;
        border-radius: 100%;
        cursor: pointer;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1 img{
        width: 34px;
        height: 30px;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .wish_js{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        line-height: 26px;
        color: #888888;
        font-size: 16px;

    }
    .wish_confirm{

        display: block;
    }
    .zwxx img{
        margin-bottom: 50px;
        width: 80%;
    }
}
@media (max-width: 768px) {




    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .jj_title{
        float: left;
        color: #333;
        font-size: 22px;

    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj{
        padding-bottom: 20px;
        width: 90%;
        margin: auto;
        border-bottom: 1px solid #ccc;
    }
    .wish_content_wish .wish_content_all .wish_content_sc{
        width: auto;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1{
        position: absolute;
        top: -10px;
        right: -10px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        background: #31C5C7;
        border-radius: 100%;
        cursor: pointer;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .sc_jj .sure_an1 img{
        width: 24px;
        height: 20px;
    }
    .wish_content_wish .wish_content_all .wish_content_sc .wish_js{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        line-height: 26px;
        color: #888888;
        font-size: 12px;

    }
    .wish_confirm{

        width: 90%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 50px;
    }
    .wish_confirm_sy{
        width: 80px;
        height: 80px;
        text-align: center;
        position: absolute;
        top: -70px;
        left: 0px;
        border-radius: 100%;
        background-color: #F3A172;

    }
    .wish_confirm_sy .sy_index{
        color: #fff;
        font-size: 16px;
    }
    .wish_confirm_sy img{
        margin-top: 10px;
        width: 40px;
        height: 36px;
    }
    .wish_confirm_sure{
        width: 50%;
        margin: auto;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        background-color: #67CCCE;
        border-radius: 8px;
    ;
    }
    .zwxx .zwxx_tip{
        color: #333;
        font-size: 20px;
    }
    .zwxx_fh{

        width: 50%;
        margin: auto;
        margin-top: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #F3A172;
        color: #fff;
        font-size: 20px;
    }

}
/* 详情 */
.detail_content{
    width: 1196px;
    margin: auto;
    background: #fff;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 120px;
}
.detail_content .detail_back{
    width: 1100px;
    margin: auto;
    color: #A09DA0;
}
.detail_content .detail_back span{
    cursor: pointer;
    font-size: 16px;
    color: #a0a0a0;
}
.detail_content .detail_title{

    text-align: center;
    font-size: 28px;
    line-height: 50px;
    width: 800px;
    margin: auto;
    margin-top: 20px;
}
.detail_content .detail_schoolname{
    display: block;
    text-align: center;
    /*line-height: 50px;*/
    width: 800px;
    margin: auto;
    margin-top: 20px;
    color: #A09DA0;
}
.detail_content .detail_time{

    width: 1100px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    color: #A09DA0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;;
}
.detail_content .detail_content_c{
    width: 1100px;
    margin: auto;
    margin-top: 40px;
    line-height: 30px;
}
.fanhui{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    text-align: center;

}
.fanhui span{
    display: inline-block;
    width: 226px;
    height: 68px;
    line-height: 68px;
    background-color: #68CCD1;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    margin-top: 26px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .detail_content{
        width: 90%;
        margin: auto;
        background: #fff;
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 120px;
    }
    .detail_content .detail_back{
        width: 90%;
        margin: auto;
        color: #A09DA0;
    }
    .detail_content .detail_title{

        text-align: center;
        font-size: 28px;
        line-height: 50px;
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }
    .detail_content .detail_time{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        color: #A09DA0;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;;
    }
    .detail_content .detail_schoolname{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        color: #A09DA0;


    }
    .detail_content .detail_content_c{
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }
    .detail_content .detail_content_c img{
        width: 100%;
    }
    .fanhui span{
        display: inline-block;
        width: 40%;
        height: 50px;
        line-height: 50px;
        background-color: #68CCD1;
        color: #fff;
        border-radius: 8px;
        font-size: 18px;
        margin-top: 26px;
        cursor: pointer;
    }
}
@media (max-width: 768px) {

    .detail_content .detail_title{

        text-align: center;
        font-size: 22px;
        line-height: 38px;

        margin: auto;
        margin-top: 20px;
    }

}
@media (max-width: 500px) {

    .detail_content .detail_title{

        text-align: center;
        font-size: 18px;
        line-height: 35px;
        margin: auto;
        margin-top: 20px;
    }

}
@media (max-width: 350px) {
    .wish_title {
        font-size: 15px;
    }
    .redword{
        font-size: 15px !important;
    }

}